go.uber.org/atomic.UnsafePointer.v (field)
6 uses
go.uber.org/atomic (current package)
unsafe_pointer.go#L32: v unsafe.Pointer
unsafe_pointer.go#L37: return &UnsafePointer{v: val}
unsafe_pointer.go#L42: return atomic.LoadPointer(&p.v)
unsafe_pointer.go#L47: atomic.StorePointer(&p.v, val)
unsafe_pointer.go#L52: return atomic.SwapPointer(&p.v, val)
unsafe_pointer.go#L64: return atomic.CompareAndSwapPointer(&p.v, old, new)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |